Add new module 'axim_gpb', a track reader for Dell Axim Navigation System (.gpb)...
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 7 May 2006 18:09:23 +0000 (18:09 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 7 May 2006 18:09:23 +0000 (18:09 +0000)
gpsbabel/Makefile.in
gpsbabel/vecs.c

index 7f586872bf35e8c66084899c211ab978a727e2b5..8a7f66da558189d5e5039414747750f2014cd00d 100644 (file)
@@ -48,7 +48,7 @@ FMTS=magproto.o gpx.o geo.o mapsend.o mapsource.o garmin_tables.o \
        vcf.o overlay.o kml.o google.o lowranceusr.o an1.o tomtom.o \
        tef_xml.o maggeo.o pathaway.o vitosmt.o gdb.o bcr.o coto.o \
        ignrando.o stmwpp.o msroute.o cst.o nmn4.o mag_pdb.o compegps.o \
-       yahoo.o unicsv.o wfff_xml.o garmin_txt.o
+       yahoo.o unicsv.o wfff_xml.o garmin_txt.o axim_gpb.o
 
 FILTERS=position.o duplicate.o arcdist.o polygon.o smplrout.o \
        reverse_route.o sort.o stackfilter.o trackfilter.o discard.o \
@@ -182,6 +182,7 @@ an1.o: an1.c defs.h config.h queue.h gbtypes.h cet.h cet_util.h inifile.h \
   an1sym.h
 arcdist.o: arcdist.c defs.h config.h queue.h gbtypes.h cet.h cet_util.h \
   inifile.h filterdefs.h grtcirc.h
+axim_gpb.o: axim_gpb.c defs.h queue.h gbtypes.h
 bcr.o: bcr.c defs.h config.h queue.h gbtypes.h cet.h cet_util.h inifile.h \
   garmin_tables.h
 brauniger_iq.o: brauniger_iq.c defs.h config.h queue.h gbtypes.h cet.h \
index d1fe8d628b2714bf380a8114fbd65f955e263219..fa96a7ab6201fd6085d4c32019b73efc34f44cb6 100644 (file)
@@ -34,6 +34,7 @@ typedef struct {
 } vecs_t;
 
 extern ff_vecs_t an1_vecs;
+extern ff_vecs_t axim_gpb_vecs;
 extern ff_vecs_t bcr_vecs;
 extern ff_vecs_t brauniger_iq_vecs;
 extern ff_vecs_t cetus_vecs;
@@ -542,6 +543,12 @@ vecs_t vec_list[] = {
                "Garmin MapSource - txt (tab delimited)",
                "txt"
        },
+        {
+               &axim_gpb_vecs,
+               "axim_gpb",
+               "Dell Axim Navigation System (.gpb) file format",
+               "gpb"
+       },
        {
                NULL,
                NULL,